Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strftime
strftime
Format local time/date according to locale settings
Name:
strftime
Category:
Date and time
Programming Language:
php
One-line Description:
Format local time/date according to locale settings.
Related
How to Use the strftime Function to Get the Numeric Representation of the Day of the Week? Easily Handle Date Conversion
4
How to Output 24-Hour and 12-Hour Time Formats Using the strftime Function? A Detailed Explanation of Their Differences
10
How to Use strftime() and date_default_timezone_set() to Set Timezone and Display Local Time Correctly
4
Key Points to Watch Out for When Using the strftime Function in Time Zone Conversion
8
How the strftime Function Supports Multilingual and Region-Specific Date Formats? Practical Guide
3
1
Similar Functions
localtime
localtime
Getlocaltime
date_create_immutable_from_format
date_create_immutable_from_format
DateTimeImmutable::c
date_format
date_format
AliasforDateTime::
time
time
ReturnthecurrentUnix
strptime
strptime
parsethetime/dategen
date_interval_create_from_date_string
date_interval_create_from_date_string
AliasforDateInterv
date_sunrise
date_sunrise
Returnsthesunrisetim
date_create_from_format
date_create_from_format
AliasforDateTime::
Popular Articles
How to Output 24-Hour and 12-Hour Time Formats Using the strftime Function? A Detailed Explanation of Their Differences
How to Use strftime() and date_default_timezone_set() to Set Timezone and Display Local Time Correctly
Key Points to Watch Out for When Using the strftime Function in Time Zone Conversion
How the strftime Function Supports Multilingual and Region-Specific Date Formats? Practical Guide
How to Use the strftime Function to Get the Numeric Representation of the Day of the Week? Easily Handle Date Conversion